home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / qwhite10.arc / AS400Q.TEC < prev    next >
Text File  |  1990-08-16  |  2KB  |  42 lines

  1. Using IBM AS/400 with QEMM-386
  2. Quarterdeck Technical Note
  3. by Dan Sallitt
  4.  
  5. The IBM AS/400 is a complicated terminal emulation setup, akin to 
  6. the 5250.  It usually requires 3 files in config.sys (EIMPCS.SYS 
  7. (1K), ECYDDX.SYS (block device - 21K) and FSDD.SYS (needs ECYDDX 
  8. before it - 59K)) and 2 from the command line (a hardware manager 
  9. - either E5250AH.COM (8.2K) or WSEAH.COM, usually - and 
  10. STARTRTR.COM, which is 56K) to get it going, followed by a number 
  11. of other files to implement various functions.
  12.  
  13. One of the cards that AS/400 software can use, the 5250 card (and 
  14. maybe others as well), puts a piece of RAM, 8K or so in size, at 
  15. xC00 (usually CC00).  QEMM 5.00 may not see this RAM, and may 
  16. require that you explicitly exclude it with a parameter on the 
  17. QEMM line in your CONFIG.SYS file.  In addition to excluding this 
  18. area, make sure the RAM parameter is on QEMM; otherwise, 
  19. E5250AH.COM accesses vast portions of the reserved memory area 
  20. when it loads, and all of these areas may need to be excluded to 
  21. prevent crashes when some program accesses them. 
  22.  
  23. Giving E5250AH.COM the parameter /Mx (where x is the same as 
  24. above - C by default) makes it access fewer areas, though the 
  25. areas that are accessed still need excluding if you don't use the 
  26. RAM parameter. 
  27.  
  28. Usually, after the STARTRTR is run, users run a program FSPC.COM 
  29. to make a virtual disk on the mainframe.  This program isn't 
  30. resident and takes no memory.
  31.  
  32. STARTRTR will need 160K of space to load high, even though it 
  33. settles down to 56K or so. 
  34.  
  35. We're hearing in March 1990 of new versions of the IBM AS/400 
  36. software that have fewer and smaller files.  Apparently the 
  37. driver FSSD.SYS and the non-resident FSPC.COM are united in a 
  38. smaller TSR STARTFLR.COM.
  39.  
  40.         Copyright (C) 1990 by Quarterdeck Office Systems
  41.             * * *   E N D   O F   F I L E    * * *
  42.